JMSetVerifyMode
Sets the code verifier mode for an existing session.
OSStatus JMSetVerifyMode (JMSessionRef session, JMVerifierOptions verifierOptions);
session
- The session whose code verifier mode you wish to set.
verifierOptions
- The code verifier option you want to set. See "Session Security Indicators" for a list of possible values.
- function result
- A result code; see "JManager Result Codes".
DISCUSSION
The verifier checks to see that the Java code is valid and that it does not attempt any illegal actions that could affect the host platform. You can also set the verifier mode when calling theJMOpenSession
function.SEE ALSO
TheJMGetVerifyMode
function.